aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2016-03-31 18:01:12 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2016-07-12 11:15:13 +1000
commit4260e2f0a6da97143daf166ec850a223a20dd414 (patch)
tree0a97dace940abfe16942ca5d2ce5471bb6f4fd9c
parentc50e024669845e5960a210814a4e6e4e27e58b6c (diff)
downloadskiboot-4260e2f0a6da97143daf166ec850a223a20dd414.zip
skiboot-4260e2f0a6da97143daf166ec850a223a20dd414.tar.gz
skiboot-4260e2f0a6da97143daf166ec850a223a20dd414.tar.bz2
opal-prd: fix make test dependencies for common symlink generation
Fixes: e42206bf0729782330778e77283af2aca23499dc Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> (cherry picked from commit 2ebc0ae0a2c61c006062ba42fc253296060c34cf) Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--external/opal-prd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/external/opal-prd/Makefile b/external/opal-prd/Makefile
index f490bd4..7482af3 100644
--- a/external/opal-prd/Makefile
+++ b/external/opal-prd/Makefile
@@ -56,7 +56,7 @@ version.c: ../../make_version.sh .version
@cmp -s $@ $@.tmp || cp $@.tmp $@
@rm -f $@.tmp
-test: $(LINKS) test/test_pnor
+test: links test/test_pnor
test/test_pnor: test/test_pnor.o pnor.o $(LIBFLASH_OBJS) common-arch_flash.o
$(Q_LINK)$(LINK.o) -o $@ $^