Skip to content

Commit

Permalink
Merge pull request #13 from tobhe/vpath
Browse files Browse the repository at this point in the history
Add VPATH to help make find prerequisites
  • Loading branch information
lleyton authored Jul 21, 2024
2 parents 7501b41 + 02b8675 commit bd7d333
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ WORKDIR=build
CONFDIR=configs
OUTPUTDIR=images
TMPFILE=/tmp/$(project_name)
VPATH=$(WORKDIR):$(OUTPUTDIR)

CONFIG_X64=kernel.x86
BZIMAGE_X64=bzImage.x86
Expand Down

0 comments on commit bd7d333

Please sign in to comment.