# This creates the demonstration utility "lguest" which runs a Linux guest. CFLAGS:=-m32 -Wall -Wmissing-declarations -Wmissing-prototypes -O3 -U_FORTIFY_SOURCE -Iinclude all: lguest include/linux/virtio_types.h: ../../include/uapi/linux/virtio_types.h mkdir -p include/linux 2>&1 || true ln -sf ../../../../include/uapi/linux/virtio_types.h $@ lguest: include/linux/virtio_types.h clean: rm -f lguest rm -rf include title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2017-01-25 15:36:57 +0100
committerJohannes Berg <johannes.berg@intel.com>2017-01-25 16:00:33 +0100
commit42f82e2e62ae748a27741e63dbb035bfbe3353c9 (patch)
tree3df8323f9fd2577225b689a5a17c6ce5a86dd9fe
parent1331b62c97217459780e040e8a66bb609f2acd20 (diff)
wireless: radiotap: rewrite the radiotap header file
The header file has grown a lot of #define's etc, but they are nicer as enums, so rewrite the file from the documentation as such. Signed-off-by: Johannes Berg <johannes.berg@intel.com>