mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
Move target-simulating specific keymaps out of button-sdl.c into a file per
keypad. Copyright is restored for each keymap according to git blame. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26615 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
6778fa8608
commit
59d2603c41
37 changed files with 2832 additions and 1660 deletions
|
|
@ -7,12 +7,13 @@
|
|||
# $Id$
|
||||
#
|
||||
|
||||
INCLUDES += -I$(ROOTDIR)/uisimulator/bitmaps -I$(ROOTDIR)/uisimulator/common \
|
||||
INCLUDES += -I$(ROOTDIR)/uisimulator/bitmaps -I$(ROOTDIR)/uisimulator/common -I$(ROOTDIR)/uisimulator/buttonmap $\
|
||||
-I$(FIRMDIR)/include -I$(FIRMDIR)/export $(TARGET_INC) -I$(BUILDDIR) -I$(APPSDIR)
|
||||
|
||||
SIMFLAGS += $(INCLUDES) $(DEFINES) -DHAVE_CONFIG_H $(GCCOPTS)
|
||||
|
||||
SIMSRC += $(call preprocess, $(ROOTDIR)/uisimulator/common/SOURCES)
|
||||
SIMSRC += $(call preprocess, $(ROOTDIR)/uisimulator/buttonmap/SOURCES)
|
||||
SIMOBJ = $(call c2obj,$(SIMSRC))
|
||||
OTHER_SRC += $(SIMSRC)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue