summaryrefslogtreecommitdiff
path: root/sd/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sd/util/makefile.mk')
-rwxr-xr-xsd/util/makefile.mk13
1 files changed, 13 insertions, 0 deletions
diff --git a/sd/util/makefile.mk b/sd/util/makefile.mk
index 8cc7bd3345e6..ac01158b5b85 100755
--- a/sd/util/makefile.mk
+++ b/sd/util/makefile.mk
@@ -276,3 +276,16 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo Making: $@
@$(TYPE) sd.flt > $@
+ALLTAR : $(MISC)/sd.component $(MISC)/sdd.component
+
+$(MISC)/sd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ sd.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sd.component
+
+$(MISC)/sdd.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \
+ sdd.component
+ $(XSLTPROC) --nonet --stringparam uri \
+ '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL2TARGETN:f)' -o $@ \
+ $(SOLARENV)/bin/createcomponent.xslt sdd.component