Stop overloading opt_global.h.

This commit is contained in:
Adrian Chadd 2012-01-16 05:07:32 +00:00
parent 29a06690ca
commit a2d4a78a47
3 changed files with 7 additions and 4 deletions

View File

@ -899,7 +899,7 @@ RCTL opt_global.h
# At least one of the AR71XX ubiquiti boards has a Redboot configuration
# that "lies" about the amount of RAM it has. Until a cleaner method is
# defined, this option will suffice in overriding what Redboot says.
AR71XX_REALMEM opt_global.h
AR71XX_ENV_UBOOT opt_global.h
AR71XX_ENV_REDBOOT opt_global.h
AR71XX_ATH_EEPROM opt_global.h
AR71XX_REALMEM opt_ar71xx.h
AR71XX_ENV_UBOOT opt_ar71xx.h
AR71XX_ENV_REDBOOT opt_ar71xx.h
AR71XX_ATH_EEPROM opt_ar71xx.h

View File

@ -28,6 +28,7 @@
__FBSDID("$FreeBSD$");
#include "opt_ddb.h"
#include "opt_ar71xx.h"
#include <sys/param.h>
#include <sys/conf.h>

View File

@ -28,6 +28,8 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_ar71xx.h"
#include <sys/param.h>
#include <sys/systm.h>