Skip to content

Commit

Permalink
more specific config.mak can overwrote more general config.mak
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Quintela <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
  • Loading branch information
Juan Quintela authored and Anthony Liguori committed Jul 27, 2009
1 parent 804edf2 commit f36fc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.hw
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f36fc7a

Please sign in to comment.