Makefile 363 B

1234567891011
  1. # Makefile for the Tensilica xtavnet Emulation Board
  2. #
  3. # Note! Dependencies are done automagically by 'make dep', which also
  4. # removes any old dependencies. DON'T put your own dependencies here
  5. # unless it's something special (ie not a .c file).
  6. #
  7. # Note 2! The CFLAGS definitions are in the main makefile...
  8. obj-y += setup.o
  9. obj-$(CONFIG_XTFPGA_LCD) += lcd.o