sdl: Fix termination in -no-shutdown mode
[qemu.git] / Makefile.hw
blobb9181ab122b2d73bc66d8762eea460f47d5931b1
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 */*.o *.d */*.d *.a */*.a *~ */*~
23 # Include automatically generated dependency files
24 -include $(wildcard *.d */*.d)