diff options
author | Stefan Weil <sw@weilnetz.de> | 2012-10-05 19:39:33 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-10-05 16:07:49 -0500 |
commit | c9159fe9aa9abe24115ea4d16127179e9cb07e22 (patch) | |
tree | 335f4a0849c68e12e40556429049a4a5abec9657 /Makefile.hw | |
parent | b8994faf2a8d6fc791669bb432bdb3a7a1711013 (diff) |
Remove libhw
The entries for libhw* are no longer needed in .gitignore.
There is also no longer a difference between common-obj-y and
hw-obj-y, so one of those two macros is sufficient.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Makefile.hw b/Makefile.hw deleted file mode 100644 index 86f0bf40f4..0000000000 --- a/Makefile.hw +++ /dev/null @@ -1,22 +0,0 @@ -# Makefile for qemu target independent devices. - -include ../config-host.mak -include ../config-all-devices.mak -include $(SRC_PATH)/rules.mak - -.PHONY: all - -$(call set-vpath, $(SRC_PATH)) - -QEMU_CFLAGS+=-I.. -QEMU_CFLAGS += -I$(SRC_PATH)/include - -include $(SRC_PATH)/Makefile.objs - -all: $(hw-obj-y) -# Dummy command so that make thinks it has done something - @true - -clean: - rm -f $(addsuffix *.o, $(sort $(dir $(hw-obj-y)))) - rm -f $(addsuffix *.d, $(sort $(dir $(hw-obj-y)))) |