Changes in uspace/srv/hid/fb/Makefile [c6f08726:7d42cc9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/Makefile
rc6f08726 r7d42cc9 40 40 41 41 SOURCES = \ 42 main.c 42 main.c \ 43 ppm.c 43 44 44 45 ifneq ($(UARCH),ia64) … … 83 84 EXTRA_CFLAGS += -DNIAGARA_ENABLED 84 85 endif 86 87 ifeq ($(MACHINE),serengeti) 88 SOURCES += \ 89 sgcn.c \ 90 serial_console.c 91 EXTRA_CFLAGS += -DSGCN_ENABLED 92 endif 85 93 endif 86 94 87 LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a 88 EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX) -D$(UARCH) 95 EXTRA_CFLAGS += -D$(UARCH) 89 96 90 97 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.