Support out-of-the-tree building of tests
[qemu/mini2440.git] / pc-bios / Makefile
blobc817e851cfbee4a9101d9928673e1633de6e11dd
2 # NOTE: only compilable with x86 cross compile tools
4 include ../config-host.mak
6 DEFINES=
8 TARGETS=
10 all: $(TARGETS)
12 %.o: %.S
13 $(CC) $(DEFINES) -c -o $@ $<
15 clean:
16 rm -f $(TARGETS) *.o *~