]> git.proxmox.com Git - qemu.git/blame_incremental - Makefile.hw
PPC: Fix TLB invalidation bug within the PPC interrupt handler.
[qemu.git] / Makefile.hw
... / ...
CommitLineData
1# Makefile for qemu target independent devices.
2
3include ../config-host.mak
4include ../config-all-devices.mak
5include config.mak
6include $(SRC_PATH)/rules.mak
7
8.PHONY: all
9
10$(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
11
12QEMU_CFLAGS+=-I..
13QEMU_CFLAGS += -I$(SRC_PATH)/include
14
15include $(SRC_PATH)/Makefile.objs
16
17all: $(hw-obj-y)
18# Dummy command so that make thinks it has done something
19 @true
20
21clean:
22 rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
23
24# Include automatically generated dependency files
25-include $(wildcard *.d */*.d)