diff options
Diffstat (limited to 'Makefile.hw')
-rw-r--r-- | Makefile.hw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.hw b/Makefile.hw index 17c73df84f..131ae51b10 100644 --- a/Makefile.hw +++ b/Makefile.hw @@ -1,7 +1,7 @@ # Makefile for qemu target independent devices. -include config.mak include ../config-host.mak +include config.mak include $(SRC_PATH)/rules.mak .PHONY: all |