blob: 315288df84e1e2817e495392e12aa9e9b03c67db [file] [log] [blame]
bellarda735aa32004-02-25 23:54:25 +00001#
2# NOTE: only compilable with x86 cross compile tools
3#
4include ../config-host.mak
5
6DEFINES=
7
8TARGETS=
bellarda735aa32004-02-25 23:54:25 +00009
10all: $(TARGETS)
11
bellarda735aa32004-02-25 23:54:25 +000012%.o: %.S
13 $(CC) $(DEFINES) -c -o $@ $<
14
aurel3210aa6302009-03-07 04:56:06 +000015%.dtb: %.dts
16 dtc -I dts -O dtb -o $@ $<
17
bellarda735aa32004-02-25 23:54:25 +000018clean:
19 rm -f $(TARGETS) *.o *~