2019-05-19 13:07:45 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2012-11-05 07:37:14 +04:00
|
|
|
# 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...
|
|
|
|
|
|
2015-02-27 06:28:00 +03:00
|
|
|
obj-y += setup.o
|
|
|
|
|
obj-$(CONFIG_XTFPGA_LCD) += lcd.o
|