c05564c4d8
Android 13
11 lines
363 B
Makefile
Executable file
11 lines
363 B
Makefile
Executable file
# Makefile for the Tensilica xtavnet Emulation Board
|
|
#
|
|
# Note! Dependencies are done automagically by 'make dep', which also
|
|
# removes any old dependencies. DON'T put your own dependencies here
|
|
# unless it's something special (ie not a .c file).
|
|
#
|
|
# Note 2! The CFLAGS definitions are in the main makefile...
|
|
|
|
obj-y += setup.o
|
|
obj-$(CONFIG_XTFPGA_LCD) += lcd.o
|