diff --git a/repos/dde_linux/run/usb_hid_panda.run b/repos/dde_linux/run/usb_hid_panda.run deleted file mode 100644 index 3587a703c..000000000 --- a/repos/dde_linux/run/usb_hid_panda.run +++ /dev/null @@ -1,63 +0,0 @@ -# -# Build -# - -set build_components { - core init timer - drivers/usb - test/input -} - -build $build_components - -create_boot_directory - -# -# Generate config -# - -append config { - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -} - -install_config $config - -# -# Boot modules -# - -# generic modules -set boot_modules { - core ld.lib.so init timer usb_drv test-input -} - -build_boot_image $boot_modules -