Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/Makefile

    r7d42cc9 rc6f08726  
    4040
    4141SOURCES = \
    42         main.c \
    43         ppm.c
     42        main.c
    4443
    4544ifneq ($(UARCH),ia64)
     
    8483                EXTRA_CFLAGS += -DNIAGARA_ENABLED
    8584        endif
    86        
    87         ifeq ($(MACHINE),serengeti)
    88                 SOURCES += \
    89                         sgcn.c \
    90                         serial_console.c
    91                 EXTRA_CFLAGS += -DSGCN_ENABLED
    92         endif
    9385endif
    9486
    95 EXTRA_CFLAGS += -D$(UARCH)
     87LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a
     88EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX) -D$(UARCH)
    9689
    9790include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.