Skip to content

Commit

Permalink
include needs to be after vars are set
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Oct 11, 2009
1 parent 516df7f commit 2e54513
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions echo/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
include ../Makefile.common

INCLUDE_FLAGS = -I./include -I./python/Include

KERNEL_OBJS = \
Expand Down Expand Up @@ -57,3 +55,5 @@ OBJS = \
$(OBJECT_OBJS) \
$(PYTHON_OBJS) \
$(MODULE_OBJS)

include ../Makefile.common
4 changes: 2 additions & 2 deletions hello_world/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include ../Makefile.common

OBJS = \
kstart.o \
main.o \
video.o \
ports.o

include ../Makefile.common

0 comments on commit 2e54513

Please sign in to comment.