Ignore:
File:
1 edited

Legend:

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

    rc6f08726 r7d42cc9  
    4040
    4141SOURCES = \
    42         main.c
     42        main.c \
     43        ppm.c
    4344
    4445ifneq ($(UARCH),ia64)
     
    8384                EXTRA_CFLAGS += -DNIAGARA_ENABLED
    8485        endif
     86       
     87        ifeq ($(MACHINE),serengeti)
     88                SOURCES += \
     89                        sgcn.c \
     90                        serial_console.c
     91                EXTRA_CFLAGS += -DSGCN_ENABLED
     92        endif
    8593endif
    8694
    87 LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a
    88 EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX) -D$(UARCH)
     95EXTRA_CFLAGS += -D$(UARCH)
    8996
    9097include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.