blob: 6117903430ccfc8936f3ae5ce1e7f9e6c1e63342 [file] [log] [blame]
#
# NOTE: only compilable with x86 cross compile tools
#
include ../config-host.mak
DEFINES=
TARGETS=
all: $(TARGETS)
%.o: %.S
$(CC) $(DEFINES) -c -o $@ $<
%.dtb: %.dts
dtc -O dtb -I dts -o $@ $<
clean:
rm -f $(TARGETS) *.o *~ *.dtb