-rw-r--r-- | scripts/kconfig/extconf.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/kconfig/extconf.rb b/scripts/kconfig/extconf.rb new file mode 100644 index 0000000..051446d --- a/dev/null +++ b/scripts/kconfig/extconf.rb @@ -0,0 +1,5 @@ +require 'mkmf' +$CFLAGS = '-I..' +$LDFLAGS = '-ldl' +$objs = ["kconfig_wrap.o"] +create_makefile 'kconfig' |