summaryrefslogtreecommitdiffstats
path: root/scripts/Kbuild.include
diff options
context:
space:
mode:
authorPatrick Delaunay <patrick.delaunay@st.com>2019-07-11 12:03:37 +0200
committerPatrick Delaunay <patrick.delaunay@st.com>2019-07-22 11:04:52 +0200
commitfd7fe1bb8d7c881aa9c84522b7a09943a2430dd2 (patch)
treead997c04035e811cb77232e6312ebd1be59e97b8 /scripts/Kbuild.include
parenta9afaa42ee0c7a94da830a13a8f36bbddbecd5ea (diff)
clk: stm32mp1: Add RTC clock entry
Add RTCAPB and RTC clock support. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'scripts/Kbuild.include')
0 files changed, 0 insertions, 0 deletions
span> * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ define([ './app_container', './plugins/sync_otp', './plugins/login' ],function(app_container) { return app_container; });