]> git.proxmox.com Git - qemu.git/blobdiff - Makefile.hw
vvfat: unify and correct computation of sector count
[qemu.git] / Makefile.hw
index be35359e8c5c4820bbaeddefe69fe7eaf7b9d67b..63eb7e40be7264268cbed33567b54f80f96bb2aa 100644 (file)
@@ -9,7 +9,8 @@ include $(SRC_PATH)/rules.mak
 
 $(call set-vpath, $(SRC_PATH):$(SRC_PATH)/hw)
 
-QEMU_CFLAGS+=-I.. -I$(SRC_PATH)/fpu
+QEMU_CFLAGS+=-I..
+QEMU_CFLAGS += $(GLIB_CFLAGS)
 
 include $(SRC_PATH)/Makefile.objs
 
@@ -18,7 +19,7 @@ all: $(hw-obj-y)
        @true
 
 clean:
-       rm -f *.o *.d *.a *~
+       rm -f *.o */*.o *.d */*.d *.a */*.a *~ */*~
 
 # Include automatically generated dependency files
 -include $(wildcard *.d */*.d)