Migrate ARGE_DEBUG to opt_arge.h.

Submitted by:	Stefan Bethke <stb@lassitu.de>
This commit is contained in:
Adrian Chadd 2012-05-01 04:35:53 +00:00
parent d30ae758dd
commit 03cb2eedfd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=234859
2 changed files with 3 additions and 1 deletions

View File

@ -65,7 +65,7 @@ OCTEON_BOARD_CAPK_0100ND opt_cvmx.h
#
# Options that control the Atheros SoC peripherals
#
ARGE_DEBUG opt_global.h
ARGE_DEBUG opt_arge.h
#
# Options that control the Ralink RT305xF Etherenet MAC.

View File

@ -35,6 +35,8 @@ __FBSDID("$FreeBSD$");
#include "opt_device_polling.h"
#endif
#include "opt_arge.h"
#include <sys/param.h>
#include <sys/endian.h>
#include <sys/systm.h>