compat-drivers: copy over uapi headers
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 12 Oct 2012 23:53:46 +0000 (16:53 -0700)
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>
Fri, 12 Oct 2012 23:53:46 +0000 (16:53 -0700)
For details on the new UAPI changes see:

http://lwn.net/Articles/507794/

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
scripts/admin-update.sh

index 9e897575086beafa4618e98b9bcaf0ac9525fc47..7a6e49467932e1520dc21be47771f58f5721951e 100755 (executable)
@@ -474,6 +474,9 @@ mkdir -p include/net/bluetooth \
         $DRIVERS_BT \
         $DRIVERS_DRM
 
+echo "Copying $GIT_TREE/include/uapi/"
+cp -a $GIT_TREE/include/uapi/ include/
+
 if [[ "$ENABLE_NETWORK" == "1" ]]; then
        # WLAN and bluetooth files
        copyFiles "$INCLUDE_LINUX_WLAN"                 "include/linux"