# # Build # if {[have_spec omap4] == 0} { puts "Runs on OMAP4 only" exit 0 } set build_components { core init drivers/timer drivers/gpio test/gpio_drv } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core init timer gpio_drv test-omap4_gpio_drv } build_boot_image $boot_modules