Update OpenBIOS images to r771
[qemu/aliguori-queue.git] / Makefile.hw
blobbe35359e8c5c4820bbaeddefe69fe7eaf7b9d67b
1 # Makefile for qemu target independent devices.
3 include ../config-host.mak
4 include ../config-all-devices.mak
5 include config.mak
6 include $(SRC_PATH)/rules.mak
8 .PHONY: all
10 $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
12 QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
14 include $(SRC_PATH)/Makefile.objs
16 all: $(hw-obj-y)
17 # Dummy command so that make thinks it has done something
18         @true
20 clean:
21         rm -f *.o *.d *.a *~
23 # Include automatically generated dependency files
24 -include $(wildcard *.d */*.d)