diff options
author | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-03-31 18:01:12 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2016-03-31 18:01:12 +1100 |
commit | 2ebc0ae0a2c61c006062ba42fc253296060c34cf (patch) | |
tree | 02926818db8203f40fffeb5589de41a29f319d43 /external | |
parent | e42206bf0729782330778e77283af2aca23499dc (diff) | |
download | skiboot-2ebc0ae0a2c61c006062ba42fc253296060c34cf.zip skiboot-2ebc0ae0a2c61c006062ba42fc253296060c34cf.tar.gz skiboot-2ebc0ae0a2c61c006062ba42fc253296060c34cf.tar.bz2 |
opal-prd: fix make test dependencies for common symlink generation
Fixes: e42206bf0729782330778e77283af2aca23499dc
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'external')
-rw-r--r-- | external/opal-prd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/opal-prd/Makefile b/external/opal-prd/Makefile index e89f73d..32b85e5 100644 --- a/external/opal-prd/Makefile +++ b/external/opal-prd/Makefile @@ -58,7 +58,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 $@ $^ |