Changeset 9256ad29 in mainline for uspace/srv/hid/fb/Makefile
- Timestamp:
- 2010-04-17T01:27:25Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9fae235
- Parents:
- ab108be4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/Makefile
rab108be4 r9256ad29 29 29 30 30 USPACE_PREFIX = ../../.. 31 ROOT_PATH = $(USPACE_PREFIX)/.. 32 33 COMMON_MAKEFILE = $(ROOT_PATH)/Makefile.common 34 CONFIG_MAKEFILE = $(ROOT_PATH)/Makefile.config 35 31 36 BINARY = fb 37 38 -include $(COMMON_MAKEFILE) 39 -include $(CONFIG_MAKEFILE) 32 40 33 41 SOURCES = \ … … 65 73 66 74 ifeq ($(UARCH),sparc64) 67 ifeq ($(PROCESSOR), 75 ifeq ($(PROCESSOR),sun4v) 68 76 SOURCES += niagara.c \ 69 77 serial_console.c 70 78 EXTRA_CFLAGS = -DNIAGARA_ENABLED 71 79 endif 72 73 ifeq ($(MACHINE), 80 81 ifeq ($(MACHINE),serengeti) 74 82 SOURCES += sgcn.c \ 75 83 serial_console.c
Note:
See TracChangeset
for help on using the changeset viewer.