diff options
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/Config.in | 8 | ||||
-rw-r--r-- | package/bison/Makefile.in | 3 |
2 files changed, 11 insertions, 0 deletions
diff --git a/package/bison/Config.in b/package/bison/Config.in new file mode 100644 index 000000000..c0716987d --- /dev/null +++ b/package/bison/Config.in @@ -0,0 +1,8 @@ +# + +config BR2_PACKAGE_BISON + bool"bison" + default n + help + Add help text here. + diff --git a/package/bison/Makefile.in b/package/bison/Makefile.in new file mode 100644 index 000000000..d67c078ba --- /dev/null +++ b/package/bison/Makefile.in @@ -0,0 +1,3 @@ +ifeq ($(strip $(BR2_PACKAGE_BISON)),y) +TARGETS+=bison +endif |