sys/boot: Push down Makeflags setting into dloader and pc32 subdirectories.
authorImre Vadász <imre@vdsz.com>
Tue, 8 Mar 2016 00:50:31 +0000 (01:50 +0100)
committerImre Vadász <imre@vdsz.com>
Wed, 9 Mar 2016 20:01:17 +0000 (21:01 +0100)
commit8437d11c6665e85ad533a2592163da7d195a30b2
tree2dddbd59e3a849567054b781c2256e5672c88a01
parent5cef369fdd7a6c079699b8af16e8b91b0149a118
sys/boot: Push down Makeflags setting into dloader and pc32 subdirectories.

* We need to build both i386 and x86_64 binaries in sys/boot for UEFI
  support. For this we need to move the .Makeflags usages one level deeper
  into sys/boot/dloader/Makefile and sys/boot/pc32/Makefile respectively.
sys/boot/Makefile
sys/boot/dloader/Makefile
sys/boot/pc32/Makefile