forked from luck/tmp_suning_uos_patched
f932449c11
Drop a bootload of 10-years-old dirty code, that is not used anymore, as it has been replaced with clean code over the ages. Merge the very few bits left inside setup.c, so that everything is clean and tidy now. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
10 lines
168 B
Makefile
10 lines
168 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Makefile for the Ingenic JZ4740.
|
|
#
|
|
|
|
# Object file lists.
|
|
obj-y += setup.o
|
|
|
|
CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|