Comment 34 for bug 555828

Revision history for this message
Jacek Chwastek (cogito-16) wrote : Re: Regression: flag "-pg" on /usr/src/$(uname -r)/Makefile prevents acerhk-source package from compiling, cutting internet access

Have you tried building module using module-assistant? It seems to me that m-a uses different set of build rules and builds acerhk just fine. However it's now necessary to change in acerhk.c:

#include <linux/config.h>

to

#include <generated/autoconf.h>