summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2011-02-25 09:07:17 +0000
committerobrien <obrien@FreeBSD.org>2011-02-25 09:07:17 +0000
commitc8765c79d9e7ba4c2cf9f213a1dcbe146abfebf1 (patch)
treeb1f0846503e62380e8bc0f88240d20719224595e /sys/arm
parenta1e595ac5e76caaf1689ec3e423e8e21a742053b (diff)
downloadFreeBSD-src-c8765c79d9e7ba4c2cf9f213a1dcbe146abfebf1.zip
FreeBSD-src-c8765c79d9e7ba4c2cf9f213a1dcbe146abfebf1.tar.gz
Add a real dependency on the microcode.
Now when one does 'make kernel ; make kernel' the second invocation only does: `kernel.ko' is up to date. rather than reproduce all the binary microcode files and relink the kernel. [continuation of r212429]
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/xscale/ixp425/files.ixp4252
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/xscale/ixp425/files.ixp425 b/sys/arm/xscale/ixp425/files.ixp425
index 13d5f52..5b1446c 100644
--- a/sys/arm/xscale/ixp425/files.ixp425
+++ b/sys/arm/xscale/ixp425/files.ixp425
@@ -38,7 +38,7 @@ IxNpeMicrocode.fwo optional npe_fw \
no-implicit-rule \
clean "IxNpeMicrocode.fwo"
IxNpeMicrocode.dat optional npe_fw \
- dependency ".PHONY" \
+ dependency "$S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \
compile-with "uudecode < $S/contrib/dev/npe/IxNpeMicrocode.dat.uu" \
no-obj no-implicit-rule \
clean "IxNpeMicrocode.dat"
OpenPOWER on IntegriCloud