X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fgen-config-h.sh;h=1a2436c2bc7842b1bacc530ce6db2e30374043cc;hb=7829b8d52be0226d0b41290cda83dc1aa060ec25;hp=d36efd6980995d98635fc555690729ca6e108348;hpb=545051540e3f4489cfd6e6584ee555bf0dd1b93c;p=dpdk.git diff --git a/scripts/gen-config-h.sh b/scripts/gen-config-h.sh index d36efd6980..1a2436c2bc 100755 --- a/scripts/gen-config-h.sh +++ b/scripts/gen-config-h.sh @@ -42,4 +42,3 @@ sed 's,CONFIG_\(.*\)=\(.*\)$,#undef \1\ #define \1 \2,' | sed 's,\# CONFIG_\(.*\) is not set$,#undef \1,' echo "#endif /* __RTE_CONFIG_H */" -