diff options
Diffstat (limited to 'package/0/0-run-first.mk')
-rw-r--r-- | package/0/0-run-first.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/0/0-run-first.mk b/package/0/0-run-first.mk new file mode 100644 index 000000000..c26b5dac4 --- /dev/null +++ b/package/0/0-run-first.mk @@ -0,0 +1,4 @@ +ifeq ($(BR2_TARGET_LIBXML2),y) +TARGETS+=libxml2 +endif + |