Changes in uspace/srv/hid/fb/Makefile [c6f08726:336d2f52] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/Makefile
rc6f08726 r336d2f52 40 40 41 41 SOURCES = \ 42 main.c 42 main.c \ 43 ppm.c 43 44 44 45 ifneq ($(UARCH),ia64) … … 85 86 endif 86 87 87 LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a 88 EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX) -D$(UARCH) 88 EXTRA_CFLAGS += -D$(UARCH) 89 89 90 90 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.