forked from rrcarlosr/Jetpack
13 lines
268 B
Makefile
13 lines
268 B
Makefile
|
#
|
||
|
# (C) Copyright 2000-2004
|
||
|
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
|
||
|
# (C) Copyright 2012-2013
|
||
|
# Eric Jarrige <eric.jarrige@armadeus.org>
|
||
|
#
|
||
|
# SPDX-License-Identifier: GPL-2.0+
|
||
|
#
|
||
|
|
||
|
obj-y := apf27.o
|
||
|
obj-y += lowlevel_init.o
|
||
|
obj-$(CONFIG_FPGA) += fpga.o
|