summaryrefslogtreecommitdiffstats
path: root/src/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile
index 10a7b45d3..321b48574 100644
--- a/src/makefile
+++ b/src/makefile
@@ -92,4 +92,9 @@ hbicore_test_DATA_MODULES = ${hbicore_DATA_MODULES} testdata
dslid_LIDNUMBER = 80f001fe
+IMAGE_EXTRA_TARGETS = buildpnor
+
include ${ROOTPATH}/config.mk
+
+buildpnor: ${IMAGES}
+ cd build/buildpnor/ && make buildpnor
OpenPOWER on IntegriCloud