Revision 5ff974720abec255c17af6f3732dd410d364e367 authored by Ralf Baechle on 01 August 2007, 14:25:28 UTC, committed by Ralf Baechle on 27 August 2007, 01:16:48 UTC
For the generation of asm-offset.h to work these need to be evaulatable
by gcc as a constant expression.  This issue did exist for a while but
didn't bite because they're only in asm-offset.h for debugging purposes.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent 4c8081e
Raw File
Makefile
#
# Makefile for the netlink driver.
#

obj-y  				:= af_netlink.o attr.o genetlink.o
back to top