mirror of
https://github.com/physwizz/a155-U-u1.git
synced 2025-08-04 15:30:24 +00:00
11 lines
284 B
Plaintext
11 lines
284 B
Plaintext
1. Location
|
|
move file in include/linux to linux/include/linux
|
|
move all the rest to linux/drivers/misc/tui
|
|
|
|
2. Add TUI driver to linux kernel build like below
|
|
linux/drivers/misc/Kconfig
|
|
+source "drivers/misc/tui/Kconfig"
|
|
|
|
linux/drivers/misc/Makefile
|
|
+obj-$(CONFIG_SAMSUNG_TUI) += tui/
|