| Submitter | Andy Whitcroft |
|---|---|
| Date | May 6, 2010, 9:08 a.m. |
| Message ID | <1273136927-24974-3-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/51808/ |
| State | Accepted |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
diff --git a/debian.ti-omap/config/config.common.ubuntu b/debian.ti-omap/config/config.common.ubuntu index 6f6b03b..28c1877 100644 --- a/debian.ti-omap/config/config.common.ubuntu +++ b/debian.ti-omap/config/config.common.ubuntu @@ -2535,7 +2535,7 @@ CONFIG_ULTRIX_PARTITION=y CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y CONFIG_UNIXWARE_DISKLABEL=y -# CONFIG_UNUSED_SYMBOLS is not set +CONFIG_UNUSED_SYMBOLS=y CONFIG_USB=y CONFIG_USBPCWATCHDOG=m CONFIG_USB_ACM=m
BugLink: http://bugs.launchpad.net/bugs/576274 We need CONFIG_UNUSED_SYMBOLS enabled in order to ensure we get valid ABI files: CONFIG_UNUSED_SYMBOLS=y Signed-off-by: Andy Whitcroft <apw@canonical.com> --- debian.ti-omap/config/config.common.ubuntu | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)